home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / ubt101.zip / UBT-BIN.ZIP / TIMER.BBS < prev    next >
File List  |  1990-12-11  |  1KB  |  31 lines

  1. ;
  2. ;
  3. ; TIMER.BBS
  4. ; ---------
  5. ; This file identifies the timer assignments used for Mycroft Doorware
  6. ; products or any doors compiled using the Mycroft DM Library Version 3.00
  7. ; or newer.
  8. ;
  9. ; Lines starting with a ';' and blank lines are ignored.  Other lines are
  10. ; processed and entered into the port table used by the door program.  Ports
  11. ; not specified in this file use the default values (as described below).
  12. ;
  13. ; The format of each entry contains the following entries in the order shown
  14. ; here.  At the present time only 1 line format is supported.
  15. ;
  16. ; TIMER: Type                   This line controls the way delays are done
  17. ;                               by the Mycroft Doors.  The Type parameter may
  18. ;                               be set to either INTR which will cause the
  19. ;                               timer interrupt to be hooked and used to
  20. ;                               process delays, or to POLL in which case the
  21. ;                               BIOS will be used to poll the current time.
  22. ;                               The INTR value is the default if this file is
  23. ;                               not supplied or if it does not contain a
  24. ;                               TIMER: statement.  This field should be set to
  25. ;                               INTR unless you are having door lockups and
  26. ;                               the door lockups continue to occur when the
  27. ;                               door is run in local mode.
  28. ;
  29. TIMER:  INTR
  30. ;
  31.